home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213b.zoo / test / fstabpls < prev    next >
Encoding:
Text File  |  1991-05-07  |  50 b   |  3 lines

  1. BEGIN   { FS = "\t+" }
  2.         { print $1, $2 }
  3.